home *** CD-ROM | disk | FTP | other *** search
- # Wish we could simply say
- # DISTFILES = ${SRCFILES} ${SUPPORTFILES}
- # But no -- SUPPORTFILES mentions things like 'makefile' and 'SGS_ENV',
- # and SRCFILES includes ${OTHER_SOURCEFILES}.
- # So we copy here all but ${OTHER_SOURCEFILES} from the SRCFILES macro
- # and all the relevant pieces from SUPPORTFILES.
-
-
- SOURCES = ${CLASSES} ${MFILES} ${CFILES} ${HFILES} ${PSWFILES} \
- ${PSWMFILES} ${GLOBAL_RESOURCES} ${OTHERSRCS} ${OTHERLINKED}
- LPROJ = English.lproj
- NIBS = ${LPROJ}/animate.nib
-
- DISTFILES = ${SOURCES} ${NIBS} \
- Makefile.preamble Makefile.postamble PB.project \
- animate.iconheader \
- O.next Mkdep .geomview-animate
-